Welcome![Sign In][Sign Up]
Location:
Search - sqlhelper code

Search list

[WEB Codejdsyblog

Description: 具有一般blog的相册、文章、作品等功能 程序结构也比较清晰 采用三层结构开发(利用了SQLHelper.cs(源码)) 采用了UrlReWrite技术 后台采用FTB(FreeTextBox)编辑器-general blog photo albums, articles, the function works program structure is relatively clear development of a three-tier structure (using the SQLHelper.cs (source code)) adopts a technical background used UrlReWrite (FTB FreeTextBox) Editor All
Platform: | Size: 522509 | Author: huaxun | Hits:

[Internet-Networksofthy620c

Description: 具有一般blog的相册、文章、作品等功能程序结构也比较清晰采用三层结构开发(利用了SQLHelper.cs(源码))采用了UrlReWrite技术后台采用FTB(FreeTextBox)编辑器 -general blog photo albums, articles, the function works program structure is relatively clear development of a three-tier structure (using the SQLHelper.cs (source code)) adopts a technical background used UrlReWrite (FTB FreeTextBox) Editor All
Platform: | Size: 522845 | Author: 韩苏 | Hits:

[WEB Codejdsyblog

Description: 具有一般blog的相册、文章、作品等功能 程序结构也比较清晰 采用三层结构开发(利用了SQLHelper.cs(源码)) 采用了UrlReWrite技术 后台采用FTB(FreeTextBox)编辑器-general blog photo albums, articles, the function works program structure is relatively clear development of a three-tier structure (using the SQLHelper.cs (source code)) adopts a technical background used UrlReWrite (FTB FreeTextBox) Editor All
Platform: | Size: 719872 | Author: huaxun | Hits:

[Internet-Networksofthy620c

Description: 具有一般blog的相册、文章、作品等功能程序结构也比较清晰采用三层结构开发(利用了SQLHelper.cs(源码))采用了UrlReWrite技术后台采用FTB(FreeTextBox)编辑器 -general blog photo albums, articles, the function works program structure is relatively clear development of a three-tier structure (using the SQLHelper.cs (source code)) adopts a technical background used UrlReWrite (FTB FreeTextBox) Editor All
Platform: | Size: 719872 | Author: 韩苏 | Hits:

[Other Web CodeCSHARP_Ajax_page_code

Description: Ajax三级联动和无刷新分页源码,数据库操作采用的是SqlHelper-Ajax 3 linkage and non-refresh page source code, database operations using SqlHelper
Platform: | Size: 230400 | Author: atck | Hits:

[CSharpSqlHelper

Description: SqlHelper封装的C# SQL连接数据库-SqlHelper package C# SQL connect to database
Platform: | Size: 906240 | Author: 哇沙米 | Hits:

[Other Web CodeBook

Description: 1: vs2005 + ajax + Access 开发 2: 格式简洁,便于理解,修改 3:引用Access 版 SqlHelper 便于向SqlServer 迁移, 4:个人觉得亮点是取得留言页面重写Render方法,结合应用的数据显示控件,便于修改布局 5: 添加留言须输入验证码 -1: vs2005+ Ajax+ Access development 2: the format is simple and easy to understand, modify 3: invoke Access to SqlServer version SqlHelper facilitate migration, 4: personally feel that the bright spot is made to rewrite the page message Render method, combined with the application of data control , easy to modify the layout of 5: add the message to be to enter a verification code
Platform: | Size: 67584 | Author: cometolearn | Hits:

[Hotel software systemMyHotelManager

Description: 酒店管理系统 北大青鸟商业项目,值得斟酌,绝不是一般垃圾代码 该系统采用VS2005+SQL2005开发,采用Extjs2.0技术实现UI展示. 数据库脚本:App_Data文件夹下. 该系统为北大青鸟(重庆足下)Y2项目,请大家多多指教! 数据库操作采用的是SqlHelper-Beida Jade Bird hotel management system of commercial projects, to be considered, is not an ordinary trash the system code VS2005+ SQL2005 development, the use of technology to achieve Extjs2.0 display UI. Database script: App_Data folder. The system for the Beida Jade Bird (Chongqing a single step) Y2 projects, the exhibitions please everyone! database operations using SqlHelper
Platform: | Size: 2230272 | Author: leon | Hits:

[CSharpCsharp

Description: 各种类代码 AccessHelper.cs SqlHelper.cs-Various types of code AccessHelper.cs SqlHelper.cs
Platform: | Size: 19456 | Author: 城市风 | Hits:

[CSharppetshop

Description: MVC多层分页演示程序源码 该程序通过socan代码生成器生成底层DAL、BLL、Model、IDAL等,通过该示例对研究三层的使用很有帮助,关于详细说明请参照代码佩文 数据库操作使用SqlHelper 该程序采用VS2005+Sql2000数据库(DB_51aspx下为数据库文件,附加即可)-MVC Multi-page demo program source code of the program through the socan code generator generates the underlying DAL, BLL, Model, IDAL and so on, through the example of the use of three very useful for research on the details please refer to the code Pavin database operations to use SqlHelper The program uses VS2005+ Sql2000 database (DB_51aspx under the database files, additional required)
Platform: | Size: 1168384 | Author: lazapple | Hits:

[WEB CodeSQLHelper

Description: 基于Asp.net的SQLHelper类的源码与实例程序-The source code of "SQLHelper" which is developed by c#
Platform: | Size: 143360 | Author: savageclc26 | Hits:

[CSharpSqlHelper100604

Description: SqlHelper源码及使用实例 SqlHelper是非常方便的数据库操作函数,功能强大,使用起来非常简单,免去很多复杂的数据库操作的代码,在多层应用及面向对象开发中都有很多应用 SqlHelper源码带有详细的说明,示例中有51aspx原始的示例Sql语句 主要包括以下操作: 简单SQL语句(ExcuteSql) 带参数的简单SQL语句(ExcuteSQLParm) 简单存储过程 (ExcuteProc) 带参数的存储过程(ExcuteProcParm) 只返回一个字段 (ExcuteScalar) 返回数据集(ExcuteReader) 数据库中有示例数据及存储过程updateTable\updateTableByParm,大家可以自行修改测试,转载请保留51aspx作者信息,谢谢! 1.修改ExcuteSQLParm,加入传多个参数的例子 2.对执行SQL加入了错误捕获,当执行出错时,显示SQL语句,方便调试 VS2005+SQL2005 -SqlHelper source and use cases SqlHelper is very convenient database operations functions, powerful, easy to use, remove a number of complex database operations of the code, in multi-tier application and have a lot of object-oriented application development SqlHelper source with a detailed description of the sample in the original sample Sql statement 51aspx Include the following: Simple SQL statement (ExcuteSql) Simple SQL statement with parameter (ExcuteSQLParm) Simple stored procedure (ExcuteProc) Stored procedure with parameters (ExcuteProcParm) Returns only one field (ExcuteScalar) Return data set (ExcuteReader) Database with sample data and stored procedures updateTable \ updateTableByParm, we can modify test, reproduced Keep 51aspx of information, thank you! 1. Modify ExcuteSQLParm, adding examples of pass multiple parameters 2. On the implementation of the SQL error trapping added that when implementation of the error, the display SQL stateme
Platform: | Size: 167936 | Author: 周游 | Hits:

[WEB CodeprojectManager

Description: Asp.net企业项目资料管理系统源码 1 系统使用三层构架 2 数据库访问使用sqlHelper 3 编辑器使用FreeTextBox 4 布局采用Div+Css 5 正则表达式实现数据验证 6 动态构建sql查询语句-Asp.net enterprise project information management system for the source code 1 systems use three-layer framework 2 the database access sqlHelper Three editors use FreeTextBox 4+ Css layout using Div 5 regular expressions realize data validation 6 dynamic building SQL query
Platform: | Size: 1415168 | Author: zeki | Hits:

[ADO-ODBCSqlHelper

Description: 数据库的通用访问代码,包含了增删改查的所有的方法,只需调用即可-Common database access code, includes the additions and deletions to search all the way, you can simply call
Platform: | Size: 2048 | Author: llf | Hits:

[Hotel software systemjavahotle

Description: Java 版的酒店系统,从源代码来看,貌似比较完整,不过没有发现数据库在哪儿,遗憾,但是代码写的很规范,而且注释也丰富,实在需要的话,自己动手还原出数据库也行,这里就不给图了,源代码如果不好了请不要拍砖。其内包括用户数据表模型,完成对用户的各种操作,这里主要编写项目的业务操作,还有Stu表的模型,可以把对student表的各种操作封装在该数据模型中,创建一个sqlHelper(如果程序并发性不考虑,可以吧sqlHelper做成静态的static)-Java version of the Hotel System, the source code from the point of view, seemingly more complete, but did not find the database where, unfortunately, but the code is written in a very standard, but note also rich, is really necessary, restore the database yourself also, here not to the figure, the source code if bad please do not Paizhuan. The model includes user data table to complete a variety of user operations, preparation of project where the main business operations, as well as Stu table model, can operate on a variety of student table is encapsulated in the data model, create a sqlHelper (If the program does not consider concurrency, you can make it sqlHelper static static) ... ...
Platform: | Size: 834560 | Author: eric | Hits:

[.netgongyi

Description: 云南一工艺品网站源码的前台部分,暂时没有后台 可以在线进行会员注册,并在线进行购物车、订单管理、留言等 订购流程:注册会员 -> 选购商品 -> 将商品加入购物车 -> 填写收货人的相关信息 -> 确认订单 -> (在线或银行汇款)支付 采用ORM模式开发,数据库操作采用的是SqlHelper 操作日志采用的是log4net 验证码采用四则运算方式 DB_51aspx下为Sql2000数据库文件,附加即可-Yunnan, a crafts website source front part of the background can be conducted online no membership registration, and conduct online shopping cart, order management, message and so the ordering process: Register-> buy goods-> the goods Add to Cart-> fill out the collection consignee information-> Confirm Order-> (online or bank transfer) payment of the use of ORM model development, database operations using the SqlHelper operation log is used log4net verification code using arithmetic means DB_51aspx under Sql2000 database file, attach the can
Platform: | Size: 2586624 | Author: sdsdsdsdsd | Hits:

[.netSqlHelper

Description: 本代码可以实现对SQl数据库的加载,登陆,查询,非查询操作,即增,删改等功能是一般的方法,复用性良好,具体自己操作。-This code can realize the load on the SQL database, landing, query, non-query operation, that is, increase, deletion and other functions is the general approach, reusability, specific operation.
Platform: | Size: 1024 | Author: 领然 | Hits:

[OtherSqlHelper

Description: c#语言连接sql数据库的多种连接方法和各种连接实现的代码-SQL database connection code
Platform: | Size: 11264 | Author: kimi | Hits:

[CSharpSqlHelper

Description: sqlhelper的经典代码源码,连接mssqlserver必备。-sqlhelper classic source code, connect mssqlserver essential.
Platform: | Size: 111616 | Author: ni | Hits:

[OtherC-Sharp-code-generator-2.0

Description: C#代码生成器2.0,可以辅助程序员自动生成对应数据库中的Model以及DAL等,简单的辅助性软件,并且配有SqlHelper类文件,方便快捷。-C# code generator 2.0, can assist programmers to automatically generate the corresponding database Model and DAL so simple auxiliary software, and with a SqlHelper class files, and convenient.
Platform: | Size: 826368 | Author: 田馥甄 | Hits:
« 12 »

CodeBus www.codebus.net